IGroupJogCommand.Cancel property

Cancels a group's jog move by decelerating its velocity to zero. During the deceleration the axis still goes forward.

true: cancel the jog move.

false: not cancel the jog move.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
bool Cancel { get; set; }
Property Cancel As Boolean

Property value

Type: bool

See also

IGroupJogCommand Interface

IntervalZero.KINGSTAR.Base.Class Namespace